home *** CD-ROM | disk | FTP | other *** search
- !SCRIPT QUIET
-
- !COMMENT Load a field selection from PrintRes
- !SELECTION TestSel1
-
- !COMMENT ...and also a print options file
- !PRINTOPTS TestOpts1
-
- !COMMENT Print all the records
- !QUERY ALL
-
- !COMMENT Restore the default options
- !PRINTOPTS
-
- !COMMENT Clear the selection
- !SELECTION
-
- !COMMENT The following line is optional
- !SCRIPT END
-